home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 117 / PC Guia 117.iso / Software / Utils / Software6 / Product8 / feedview-0.9.7-fx.xpi / chrome / feedview.jar / content / default.css < prev    next >
Cascading Style Sheet File  |  2005-03-20  |  2KB  |  83 lines

  1. /*
  2.  * Original author: Tom Germeau ( http://www.epigoon.com )
  3.  * If you want to use/modify this code please 
  4.  * contact the original author first.
  5.  */
  6.  
  7.  
  8.         feed, rss, rdf {margin: 0;padding:0}
  9.         body { padding: 30px; margin: 0}
  10.         * { font-family: arial}
  11.         p { width: 70%; color: #666; font-size: 13px; margin-bottom: 20px; margin-top: 5px; }
  12.     p > p {width: 100%}
  13.         select {color: #666; font-size: 13px; }
  14.         h1 { 
  15.         font-weight: normal;
  16.         font-size: 27px;
  17.         margin: -30px;
  18.         margin-bottom: 30px;
  19.         
  20.         padding: 12px;
  21.         padding-left: 28px;
  22.         background-image: url("chrome://feedview/content/itemSelected.png") !important; }
  23.         div.post a { color: #444; text-decoration: none; font-size: 16px; font-weight: bold; padding-right: 25px;}
  24.         div.post a:visited { -moz-opacity: 1; background: url(chrome://feedview/content/check.png) no-repeat right;}
  25.     .image:visited { background: transparent !important;}
  26.         h1 a{        text-decoration: none;color: white; }
  27.         span.date {margin-left:30px;font-size:14px ;color: #ccc;font-weight: bold }
  28.         span#number {margin-left:0px;display:inline; font-size:13px }
  29.         #addLivemark { display:none;font-size: 12px; font-weight: normal; background: url(chrome://browser/skin/page-livemarks.png) no-repeat; padding-left: 25px}
  30.         #sizeSwitcher {display: none}
  31.         #sizeSwitcher td { vertical-align:top;}
  32.         #sizeSwitcher div {width: 20px; background: #bbb; -moz-border-radius: 3px; cursor: pointer; -moz-opacity: 0.6}
  33.         #sizeSwitcher div:hover { -moz-opacity: 1}
  34.         #switchdate { cursor: pointer; }
  35.         #sizeslider {background: #fff; -moz-border-radius: 6px}
  36.         #_articles {
  37.             overflow: scroll;
  38.             width: 100%;
  39.             height: 100%
  40.         }
  41.         #menubox {
  42.         
  43.             width:125px; 
  44.             -moz-border-radius:4px;
  45.             //float:right;
  46.             position: absolute;
  47.             top: 40px;
  48.             right: 30px;
  49.             
  50.             margin-top: 40px; 
  51.             background: #eee; /*#f5f5f5; */
  52.             border: 1px solid #ddd; 
  53.             padding: 10px  30px 15px 30px; 
  54.             font-size: 12px; color: #aaa; 
  55.             border-width: 0 1px 1px 0;
  56.         }
  57.         .image img{
  58.  
  59.                 max-height: 80px ; 
  60.             border: 1px solid #ddd;
  61.             padding: 4px;
  62.             background: #fff;
  63.             margin: -13px 5px 18px 0px;
  64.             -moz-border-radius: 4px;
  65.             vertical-align: top;
  66.  
  67.  
  68.  
  69.  
  70.         }
  71.  
  72.         thumb {
  73.  
  74.             height: 15px ; 
  75.             min-height: 15px ;
  76.  
  77.         }
  78.         thumb * { display:none; }
  79.         
  80.         item, entry, channel {display: none}
  81.  
  82.         p > p { margin: 0; }
  83.